CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Line Detection Hough Transform

搜索资源列表

  1. hough2

    0下载:
  2. 用MATLAB编程,进行二维图像的哈夫变换直线检测-Using MATLAB programming for two-dimensional image of the Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1399
    • 提供者:xiaoyang
  1. Hough_LineDetect_opencv

    0下载:
  2. OPENCV中Hough轉換用於直線偵測之源代碼-Hough transform for line detection in OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:815
    • 提供者:朱小開
  1. houghlinedetect

    0下载:
  2. hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pix
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:fisher
  1. linedetection

    0下载:
  2. 图像中的直线检测,hough变换的理论讲解和实现算法-Straight-line image detection, hough transform algorithm and the realization of the theory to explain
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:157019
    • 提供者:
  1. 4_hough

    3下载:
  2. 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14529
    • 提供者:cui ju
  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:mayan
  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1680
    • 提供者:丰旻
  1. houghcircle

    0下载:
  2. Hough transform for line detection. (very fast and easy solution). written by : Ebaadat Ghanbari Parmehr. Nov.21.2004. University of Tehran. Faculty of Engineering. Surveying and Geomatics Department. Photogrammetry Devision.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:20320
    • 提供者:Carlos
  1. Hough

    1下载:
  2. 利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
  3. 所属分类:Windows编程

    • 发布日期:2013-08-12
    • 文件大小:1828755
    • 提供者:331
  1. hough_line

    0下载:
  2. this is a code for line detection in noisy image using hough transform
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:1349
    • 提供者:lavik
  1. line_hough

    0下载:
  2. 利用hough变换检测图像中的直线,得到检测直线的参数与首位端点,并在原图中标出所检测到得直线。-Detection using hough transform image of the straight line parameters to be detected with the first endpoint, and the Original bid to get straight out of the test.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:8873
    • 提供者:JH
  1. houghtransform

    0下载:
  2. hough直线变换,可以对一般yuv格式的灰度图像进行hough变换,可以在程序中修改检测阈值等-hough line transformation can generally yuv format hough transform the gray image can be modified in the process detection threshold, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4537814
    • 提供者:姓名
  1. hough6

    0下载:
  2. 灰度图像的hough变换,进行直线检测的程序编码-Grayscale images hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1276
    • 提供者:wang
  1. movobjdetection

    0下载:
  2. this package include moving object detection and hough transform to recognise parallel line in an image. a sample image included in package for test.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:39894
    • 提供者:meyba92
  1. Hough_Transform_for_Line_Detection

    0下载:
  2. Hough变换的直线检测Hough Transform for Line Detection-Hough transform line detection Hough Transform for Line Detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:238252
    • 提供者:laf
  1. line_hough

    0下载:
  2. 用hough变换检测直线,适用于计算机视觉初学者,简单容易理解,-Line detection using hough transform applied to computer vision for beginners, easy to understand,
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:563
    • 提供者:sdp
  1. hough

    0下载:
  2. hough变换检测园和直线,计算机视觉作业-Park and the straight line hough transform detection, computer vision operations
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:298272
    • 提供者:xuyangzhe
  1. hough

    0下载:
  2. hough变换检测直线的程序,用matlab实现-hough transform line detection program, using matlab to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1775
    • 提供者:蔡伟
  1. hough-transform

    0下载:
  2. 24色位图hough变换检测直线,用C++实现了hough变换,并以此来检测哪些线段是直线。-24-color bitmap hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4740
    • 提供者:王琳
  1. hough

    0下载:
  2. MATLAB代码中hough变换检测直线-Detection Hough transform in MATLAB code line
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1158
    • 提供者:热潮
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com